Feature: Create Tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 34.656s |
Scenario: User can create tag successfully
Before
0m 0.720s
Given
I navigate to page "<LOGIN_URL>"
0m 0.765s
And
I wait for 5 seconds
0m 5.204s
When
I enter a correct email "<EMAIL>"
0m 0.201s
And
I wait for 2 seconds
0m 2.193s
When
I enter a correct password "<PASSWORD>"
0m 0.189s
And
I wait for 2 seconds
0m 2.191s
When
I click on the signin button
0m 0.362s
And
I wait for 5 seconds
0m 5.256s
Then
I can see dashboard admin
0m 0.214s
And
I wait for 2 seconds
0m 2.257s
When
I select the "Create Tags" section
0m 0.214s
And
I wait for 2 seconds
0m 2.204s
When
I select the "Create New Tag" option
0m 0.182s
And
I wait for 2 seconds
0m 2.177s
When
I type the tag name "TagName"
0m 0.172s
And
I wait for 2 seconds
0m 2.202s
When
I enter a description for the tag "Tag Description"
0m 0.184s
And
I wait for 2 seconds
0m 2.203s
When
I click on the "Save Tag" button
0m 0.195s
And
I wait for 5 seconds
0m 5.202s
Then
I confirm that the tag was created
0m 0.167s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "Create Tags" section
And
I wait for 2 seconds
When
I select the "Create New Tag" option
And
I wait for 2 seconds
When
I type the tag name "TagName"
And
I wait for 2 seconds
When
I enter a description for the tag "Tag Description"
And
I wait for 2 seconds
When
I click on the "Save Tag" button
And
I wait for 5 seconds
Then
I confirm that the tag was created
After
NO IMAGE AVAILABLE